home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex With Asia / Virtual Sex With Asia.iso / mac / Virtual Sex with Asia.Dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1997-09-07  |  164 b   |  10 lines

  1. on exitFrame
  2.   repeat while the mouseDown
  3.     nothing()
  4.   end repeat
  5.   startTimer()
  6.   repeat while (the timer < 640) and the mouseUp
  7.     nothing()
  8.   end repeat
  9. end
  10.